getDensityStatesAtWorldPos
getDensityStatesAtWorldPos
Description
Get all density states at world position
Definition
getDensityStatesAtWorldPos(entityId dataPlaneId, float x, float y, float z)
Arguments
| entityId | dataPlaneId | dataPlaneId |
|---|---|---|
| float | x | x |
| float | y | y |
| float | z | z |
Return Values
| integer | states | density states (this is all the density map bits excluding the type index) |
|---|